libeither 0.5.0

Either struct for Rust
Documentation

libeither

An Either struct, that allows serialization to more formats (specifically TOML).

This library is heavily influenced by the Either enum library. If you don't need struct specific serialization, you may want to use the enum Either instead.

Features

  • serde - Enable serialization (on by default)
  • unstable - Enable unstable options (nightly only, off by default)

Current Version

Crates.io Crates.io Crates.io

Build Status

CI

Code Coverage

codecov

License

Licensed under either of

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.